home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Answers 1998 January
/
PC Answers Issue 49 Cover CD January 1998.iso
/
Apps
/
Director
/
DATA.Z
/
Ink Effects.dir
/
Scripts_22_Try All Inks Handlers.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-05-10
|
376 b
|
13 lines
on ToggleOriginalInk
global gCurrentInk, gInkEffectsButtonPropertyList
set the member of sprite the clickOn to getaProp(gInkEffectsButtonPropertyList, the clickOn) + 1
updateStage()
repeat while the stillDown = 1
set the blend of sprite 8 to 100
set the ink of sprite 8 to 0
set the ink of sprite 7 to 0
updateStage()
end repeat
SetObjectInk()
end